home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / sxr401.zip / SYSFILES.ZIP / ARCHIVER.DEF < prev    next >
Text File  |  1994-06-04  |  4KB  |  101 lines

  1. ;---------------------------------------------------------------------------
  2. ;               Silver Xpress 4.01 Archive Definition file
  3. ;             (c) copyright 1988-1994 by Santronics Software
  4. ;
  5. ; 1) Keep your most popular archivers at the top for faster detection
  6. ; 2) ident length must not be greater than 15 characters
  7. ; 3) Recommended to use the $ sign for memory hogging Add operations.
  8. ; 4) See documentation for adding more archiver definitions
  9. ;----------------------------------------------------------------------------
  10.  
  11. ;-------------------------------------------- PKZIP OLD AND NEW COMPATIBILITY
  12. ;
  13. ; The internal ZIP system in Silver Xpress will correctly handle the zip
  14. ; format compatibility issues which may occur when downloading multiple mail
  15. ; packets from different BBS systems which use the old or new ZIP formats.
  16. ; i.e., the TBBS QSO QWK Mail System uses the old PKZIP 1.10 format and
  17. ; requires a corresponding 1.10 (implode) format for reply packets.
  18. ;
  19. ; We highly recommend you allow Xpress to internally handle all zip mail
  20. ; packets to resolve any compatibility issues.  Xpress will automatically
  21. ; detect ZIP packets.
  22. ;
  23. ; However, if you don't want to use the internal ZIP system, you will need to
  24. ; enable the following BLOCK definition by removing the ! character from each
  25. ; line and you must have a copy of the old ZIP program.  We assumed here
  26. ; the file named is opkzip.exe "old pkzip".
  27. ;
  28. !Archiver Phil Katz's PKZip 1.1x
  29. !  Extension     ZIP
  30. !  Ident         0,504b03040A
  31. !  Add           W 5 5 75 20 $opkzip.exe -m %1
  32. !  Extract       W 5 5 75 20 pkunzip -o %1
  33. !  View          W 5 5 75 20 $oPkzip -v %1
  34. !  Delete        W 5 5 75 20 $oPKzip -d %1
  35. !End Archiver
  36. ;----------------------------------------------------------------------------
  37.  
  38. Archiver Phil Katz's PKZIP
  39.   Extension     ZIP
  40.   Ident         0,504b0304
  41.   Add           W 5 5 75 20 $pkzip -m- %1
  42.   Extract       W 5 5 75 20 pkunzip -o %1
  43.   View          $pkzip -v  %1
  44.   Delete        W 5 5 75 20 pkzip -d %1
  45. End Archiver
  46.  
  47. Archiver LhArc Version 2.10
  48.   Extension     LZH
  49.   Ident         2,2D6C68
  50.   Add            W 5 5 75 20 $lha a /m %1
  51.   Extract        W 5 5 75 20 lha e %1
  52.   View           W 5 5 75 20 lha l %1
  53.   Delete         W 5 5 75 20 lha l %1
  54. End Archiver
  55.  
  56. Archiver Robert Jung's ARJ program
  57.   Extension     ARJ
  58.   Ident         0,60ea
  59.   Add           W 2 5 78 20 $arj m -e!@ %1
  60.   Extract       W 2 5 78 20 arj e -y %1
  61.   View          W 2 5 78 20 arj l %1
  62.   Delete        W 2 5 78 20 arj d %1
  63. End Archiver
  64.  
  65. Archiver Phil Katz's PKPak program, in SEA compatibility mode
  66.   Extension     ARC
  67.   Ident         0,1A09
  68.   Add           W 5 5 75 20 $pkpak -oct m %1
  69.   Extract       W 5 5 75 20 pkunpak /r %1
  70.   View          W 5 5 75 20 pkpak v %1
  71.   Delete        W 5 5 75 20 pkpak d %1
  72. End Archiver
  73.  
  74. Archiver Old ARC in SEA compatibility mode
  75.   Extension     ARC
  76.   Ident         0,1A08
  77.   Add           W 5 5 75 20 $pkpak -oct m %1
  78.   Extract       W 5 5 75 20 pkunpak /r %1
  79.   View          W 5 5 75 20 pkpak v %1
  80.   Delete        W 5 5 75 20 pkpak d %1
  81. End Archiver
  82.  
  83. Archiver NoGate's PAK program
  84.   Extension     PAK
  85.   Ident         -2,fe
  86.   Add           W 5 5 75 20 $pak m /WA %1
  87.   Extract       W 5 5 75 20 pak e %1
  88.   View          W 5 5 75 20 pak v %1
  89.   delete        W 5 5 75 20 pak d %1
  90. End Archiver
  91.  
  92. Archiver Rahul Dhesi's ZOO program
  93.   Extension     ZOO
  94.   Ident         0,5a4f4f
  95.   Add           W 5 5 75 20 $zoo -m %1
  96.   Extract       W 5 5 75 20 zoo -e %1
  97.   View          W 5 5 75 20 zoo -p %1
  98.   Delete        W 5 5 75 20 zoo -d %1
  99. End Archiver
  100.  
  101.